html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.pager-top {
    margin-bottom: 10px;
    text-align: left; /* align left */
}

    .pager-top label {
        margin-right: 5px;
        font-weight: bold;
    }

    .pager-top select {
        padding: 4px 6px;
        background: #fff;
        cursor: pointer;
    }

.pager-bottom {
    margin-top: 10px;
    text-align: center;
}

    .pager-bottom span {
        display: inline-block;
        margin: 0 5px;
        padding: 5px 10px;
        background: #eee;
        cursor: pointer;
    }

    .pager-bottom .active {
        background: #007bff;
        color: #fff;
    }

    .pager-bottom .status {
        display: block;
        margin-top: 8px;
        font-size: 14px;
        color: #333;
    }
